home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00033_Increment Arrow Callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  307 b   |  12 lines

  1. on mouseDown
  2.   global givFullPath, givBASEINCARROWSPRITE
  3.   set tmp to the castNum of sprite the clickOn
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   if the mouseCast = tmp then
  8.     set ck to tmp - givBASEINCARROWSPRITE
  9.     IncrementMonitorList(the clickOn - givBASEINCARROWSPRITE)
  10.   end if
  11. end
  12.